net/http.maxBytesReader.err (field)
6 uses
net/http (current package)
request.go#L1217: err error // sticky error
request.go#L1221: if l.err != nil {
request.go#L1222: return 0, l.err
request.go#L1238: l.err = err
request.go#L1258: l.err = &MaxBytesError{l.i}
request.go#L1259: return n, l.err
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |